/** * Standard SecurePass module error, returned if anything goes wrong when using the module. */ export declare class SecurePassError extends Error { constructor(m: string); }