import type { NameValidOptions } from '../../helpers'; export declare function buildIdentityProviderAuthorizeCallbackPath(id: string | number): string; export declare function buildIdentityProviderAuthorizePath(id: string | number): string; export declare function isIdentityProviderNameValid(input: string, options?: NameValidOptions): boolean; //# sourceMappingURL=utils.d.ts.map