export declare const credentials: {
    username: string;
    password: string;
};
export declare const request: {
    method: string;
    uri: string;
};
export declare const cnonce = "0a4f113b";
export declare const authHeaders: {
    'WWW-Authenticate': string;
    Authorization: string;
};
