import { Base } from "./base";
export declare function applyMixins(derivedCtor: any, baseCtors: any[]): void;
export declare function encryptPassword(password: string, time: number): string;
export declare function outputDebugURL(url: string, config: Base): void;
