/**
 * Gets the application's cache directory path.
 *
 * If required, this function will also initialize the directory.
 */
export declare const getCacheDir: () => string;
