import type { TSESTree } from "@typescript-eslint/utils"; import type { Declaration } from "postcss"; /** * Consolidates postcss node position into an eslint compatible position, * taking the entire source file into account */ export declare function getDeclarationPosition(node: TSESTree.Node, declaration: Declaration | undefined, optionalEndDeclaration?: Declaration | undefined): Readonly | undefined; //# sourceMappingURL=util.get-declaration-position.d.ts.map