import type { Declaration } from 'postcss';
export declare function transformInset(): (declaration: Declaration) => Array<Declaration>;
