/**
 * Add path to file name.
 * @param path - Path to destination folder.
 * @param filename - Target file name.
 * @returns Full path to file.
 */
export declare function applyPath(path: string, filename: string): string;
//# sourceMappingURL=util.d.ts.map