/**
 * A list of organization names that are not allowed to be used.
 */
export declare const organizationBlocklist: string[];
