export type PreprocessorOptions = {
    defines?: Record<string, boolean>;
};
export declare function preprocess(source: string, options?: PreprocessorOptions): string;
//# sourceMappingURL=preprocessor.d.ts.map