type IdentifyOpts = {
    name?: string;
    fullName?: string;
    email?: string;
    hash?: string;
    roles?: string[];
};
export declare function identify(id?: string, opts?: IdentifyOpts): void;
export {};
