import { UserConfig, ProfileConfig } from '@iotize/tap/config/schema/v1'; export declare const ANONYMOUS_USER: UserConfig; export declare const ADMIN_USER: ProfileConfig; export declare const SUPERVISOR_USER: ProfileConfig; export declare const SERIAL_SERVER_USER: ProfileConfig; export declare const SPECIAL_USERS: UserConfig[]; export declare const DEFAULT_HASH_ITERATION_COUNT = 5000;