export declare type User = {
    name: string;
    apiKey: string;
    allowed: boolean;
};
