export declare const Signer: Readonly<{
    [key: string]: Function;
}>;
export default Signer;
export declare type SignerType = "HMAC-SHA1" | "HMAC-SHA256" | "PLAINTEXT";
