import { Authorize } from "./authorize"; /** * Authorize function for an app tha is installed only into a single workspace. * @param req request from Slack * @returns valid AuthorizeResult object */ export declare const singleTeamAuthorize: Authorize; //# sourceMappingURL=single-team-authorize.d.ts.map