export interface LocalAuthOptions { homeDir?: string; env?: NodeJS.ProcessEnv; } export declare function getLocalApiKey(options?: LocalAuthOptions): string; export declare function getLocalHmacSecret(options?: LocalAuthOptions): string; export declare function getLocalKeyPath(name: "local.key" | "hmac.key", options?: LocalAuthOptions): string; //# sourceMappingURL=auth.d.ts.map