import { Org } from "../index";
export declare function getAuthorization(developerName: string, attachmentNameOrColorOrUrl?: string): Promise<Org>;
