export declare namespace BcryptUtil { const hash: (input: string) => Promise; const equals: (props: { input: string; hashed: string; }) => Promise; }