export declare function readTokenFileToken(path: string): string | undefined; export declare function removeTokenFileIfMatches(path: string, expectedToken: string | undefined): boolean; export declare function replaceTokenFileIfMatches(path: string, expectedToken: string, content: string): boolean;