import { Hash as SRPHash } from "./SRPEngine"; export declare function createSHA(type: 'sha-1' | 'sha-256' | 'sha-512'): SRPHash;