export interface ExecutorRuntimeConfig {
    host: '127.0.0.1';
    port: number;
    token: string;
    tokenPath: string;
}
export declare function loadOrCreateExecutorToken(path: string): Promise<string>;
export declare function loadExecutorRuntimeConfig(): Promise<ExecutorRuntimeConfig>;
//# sourceMappingURL=executor-auth.d.ts.map