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