export declare const SASL_HANDSHAKE: import("../utils/api").Api<{
    mechanism: string;
}, {
    errorCode: number;
    mechanisms: (string | null)[];
}>;
