import { SlackOAuthEnv } from "../app-env"; /** * Generates slack.com/openid/connect/authorize URL with sufficient information. * @param state state parameter string * @param env env variables * @returns slack.com/openid/connect/authorize URL */ export declare function generateOIDCAuthorizeUrl(state: string, env: E): string; //# sourceMappingURL=authorize-url-generator.d.ts.map