/** * * Respond with a code that was sent to phone or email * * @param {string} code - The code to validate * @returns {boolean} true if code was valid */ export default function authorize(code: string): boolean; //# sourceMappingURL=validate.d.ts.map