type Certificates = "node.crt" | "client.root.crt" | "client.root.key" | "node.key" | "ca.crt"; export declare function queryCockroach(namespace: string, pod: string, query: string, database?: string): Promise; export declare const certificates: Record; export declare function queryCockroachSecure(namespace: string, pod: string, query: string, database?: string): Promise; export {};