import { ProfileContext, ProfileJson } from './types.js'; export declare const stringifier: (data: any) => string; export declare const hideSensitive: (data: any) => {}; export declare const secureProfileContext: (profile: Partial) => {}; export declare const profileLessName: (profile: ProfileJson) => {}; export declare const secureProfile: (profile: ProfileJson) => {}; export declare const createPassword: (n?: number) => string; export declare const scuid: ({ len, n }?: { len: number; n: number; }) => string; export declare const cleanEndpoint: (endpoint: string) => string; //# sourceMappingURL=misc.d.ts.map