/**
 * Used by generator functions running from your `dist`, it replaces the path with your `src`
 * Relies on api.config.general.paths
 */
export declare function replaceDistWithSrc(f: string): string;
