export declare function applyDomino(global: Record<PropertyKey, unknown>, templatePath: string): void;
export declare function createTransformOptions(): {
    value: () => {
        enumerable: boolean;
        configurable: boolean;
    };
};
