export declare enum OrgTypes { Scratch = "scratch", Sandbox = "sandbox" } export declare function creatableOrgTypes(): OrgTypes[];