/** * Constructs and returns the full path to the authentication record file within the specified cache folder. * @param cachePath - The path to Cloudpack's cache folder. * @returns - The full path to the authentication record file. */ export declare function getAuthenticationRecordPath(cachePath: string): string; //# sourceMappingURL=getAuthenticationRecordPath.d.ts.map