import Auth0 from "../types";
export declare const client: (attributes?: {
    client_id?: string | undefined;
    name?: string | undefined;
    metadata?: {
        [x: string]: string | undefined;
    } | undefined;
} | undefined, transient?: Partial<any> | undefined) => Auth0.Client;
//# sourceMappingURL=client.d.ts.map