export interface ClusterApiKeyReader { read(): Promise; } export interface CreateClusterApiKeyReaderOptions { keyPath?: string; } export declare function createClusterApiKeyReader(options?: CreateClusterApiKeyReaderOptions): ClusterApiKeyReader; //# sourceMappingURL=cluster-api-key.d.ts.map