import { SignUpInput } from '../types'; export declare const signUp: (input: SignUpInput) => Promise;