type Cookie = {
    name: string;
    value: string;
};
export declare function getExistingAuthToken(cookiePrefix: string): Promise<Cookie | undefined>;
export {};
//# sourceMappingURL=getExistingAuthToken.d.ts.map