export declare function basicAuthVariableReplacer(text: unknown | undefined, type: string): Promise<unknown>;
