import { type StyleRule } from '@vanilla-extract/css';
export declare function getLayerApplier(layer: string): {
    style: (rule: import("@vanilla-extract/css").ComplexStyleRule, debugId?: string | undefined) => string;
    globalStyle: (selector: string, rule: import("@vanilla-extract/css").GlobalStyleRule) => void;
};
export declare function applyLayer(layer: string, rule: StyleRule): {
    '@layer': {
        [x: string]: StyleRule;
    };
};
//# sourceMappingURL=layer.d.ts.map