/** * This error is thrown if the supplied options are invalid during creation of an instance of SecurePass. */ export declare class SecurePassOptionsError extends Error { constructor(m: string); }