import { type Callback } from '../../apis/index.ts';
import { type SASLCredentialProvider } from '../../network/connection.ts';
export declare function getCredential(label: string, credentialOrProvider: string | SASLCredentialProvider, callback: Callback<string>): void;
