import { Type } from '../contracts';
export declare class InitializeOnPreviewAllowlist {
    private static readonly allowlist;
    static add(type: Type): void;
    static has(type: Type): boolean;
}
//# sourceMappingURL=initialize-on-preview-allowlist.d.ts.map