import { Configuration } from "@css-blocks/core"; import { PathTransformer } from "../pathTransformers/PathTransformer"; interface TransformedPaths { templateFsPath?: string | null; templateUri?: string | null; blockFsPath?: string | null; blockUri?: string | null; } /** * Given a uri, return a map of corresponding block and template file system * and uri paths. */ export declare function transformPathsFromUri(uri: string, transformer: PathTransformer, config: Readonly): TransformedPaths; export {}; //# sourceMappingURL=pathTransformer.d.ts.map