import { Base, FormatException, Type, Nullable$1, IEnumerable$1, Stream, IFormatProvider } from "igniteui-webcomponents-core"; import { Encoding } from "igniteui-webcomponents-core"; import { Color } from "igniteui-webcomponents-core"; import { EscherSysIndex } from "./EscherSysIndex"; import { CultureInfo } from "igniteui-webcomponents-core"; import { List$1 } from "igniteui-webcomponents-core"; import { IComparer$1 } from "igniteui-webcomponents-core"; import { BinaryReader } from "igniteui-webcomponents-core"; import { BinaryWriter } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class DocCoreUtils extends Base { static $t: Type; static staticInit(): void; static a(a: number[]): number[]; static n($t: Type, a: string): FormatException; static am(a: Nullable$1, b: Nullable$1, c: Nullable$1, d: Nullable$1, e: Nullable$1, f: Nullable$1): { p2: Nullable$1; p3: Nullable$1; p4: Nullable$1; p5: Nullable$1; }; static w(a: number): number; static an(a: Nullable$1, b: Nullable$1, c: Nullable$1, d: Nullable$1, e: Nullable$1, f: Nullable$1): { p4: Nullable$1; p5: Nullable$1; }; static ai(a: number): number; static ak(a: boolean, b?: string): void; static al(a: string): void; static ao($t: Type, a: IEnumerable$1, b: (arg1: T) => void): void; static i(a: number): number; static af(a: number): Encoding; static r(a: Encoding): number; static y(a: Encoding): string; static o(a: number): CultureInfo; static s(a: string): number; static aa(a: string): string; static ab(a: string, ...b: any[]): string; static d(a: string): boolean; static e(a: any): boolean; static ap(a: string, b?: number, c?: string): void; static x(a: number): number; static j(a: number): number; private static b; static k(a: number, b: number): number; static aj(a: number, b: number): number; static t(a: number, b: number): number; static as($t: Type, a: List$1, b: IComparer$1): void; static aq($t: Type, a: T[], b: T[], c: IComparer$1): void; static ar($t: Type, a: T[], b: T[], c: IComparer$1, d: number, e: number): void; private static at; static c(a: Stream): number[]; static au($t: Type, a: T, b: T): { p0?: T; p1?: T; }; static p(a: number): number; static l(a: number): number; static v(a: string, b: string, c: string): { ret: Stream; p2: string; }; static g(a: string, b: string, c: IFormatProvider, d: Date): { ret: boolean; p3: Date; }; static u(a: number): number; static av(a: any, b: string): void; static aw($t: Type, a: number, b: string, c: number, d: number): void; static get q(): number; static get ae(): Encoding; static f: boolean; static z(a: Stream): string; static ac(a: Encoding, b: number[]): string; static ag(a: Encoding, b: number): Encoding; static ad(a: BinaryReader): string; static ax(a: BinaryWriter, b: string): void; }