type Fingerprint = {
    project: string;
    fingerprint: string;
};
export declare const generateFingerprint: () => Fingerprint;
export {};
