import type { ParsedPath } from 'path'; export declare const getTransformPath: ({ dir, base }: ParsedPath) => string; export declare const getTransforms: () => ParsedPath[];