import type { AuthorizeParameters } from './types';
export declare function buildAuthorizeURL(url: string, parameters: AuthorizeParameters): string;
