export declare const fullPath: ({ file, sourceAbsolutePath }: {
    file: string;
    sourceAbsolutePath: string;
}) => string;
