import { PaperclipConfig } from "./config"; export declare const resolveImportUri: (fs: any) => (fromPath: string, toPath: string) => string; export declare const resolveImportFile: (fs: any) => (fromPath: string, toPath: string) => string; export declare const resolvePCConfig: (fs: any) => (fromPath: string) => [PaperclipConfig, string] | null; export declare const findPCConfigUrl: (fs: any) => (fromUri: string) => string | null;