import { Entity } from '../entity/Entity';
declare const ParseTildeCaretNotation: ({ input, type, source }: {
    input: string;
    type: "x" | "y" | "z";
    source: Entity;
}) => number;
export default ParseTildeCaretNotation;
//# sourceMappingURL=ParseTildeCaretNotation.d.ts.map