export declare function getAlgorithms(alg?: string | null): { signAlgo: string | null; hmacAlgo: string | null; };