import { Scopes } from "../../types";
declare function generateLink({ scopes }: {
    scopes: Scopes[];
}, state: string, clientId: string, redirectUri: string): string;
export { generateLink };
//# sourceMappingURL=generateLink.d.ts.map