import { OAuthConfigType, AuthorizationCodeGrantConfig, ClientCredentialsGrantConfig, ResourceOwnerPasswordCredentialsGrantConfig, ImplicitGrantConfig } from "../"; import { TaskFunction } from "./tasks"; export declare const authorizationCodeFlowTask: TaskFunction; export declare const implicitFlowTask: TaskFunction; export declare const resourceOwnerPasswordCredentialsFlowTask: TaskFunction; export declare const clientCredentialsFlowTask: TaskFunction; export declare const validate: (config: OAuthConfigType) => Error | undefined; export declare const needWindowForGrantType: (config: OAuthConfigType) => boolean; //# sourceMappingURL=helper.d.ts.map