export const DEFAULT_LINES_NUMBER: 20; export namespace FORMATS { namespace day { let out: string; let display: string; let interval: string; } namespace week { let out_1: string; export { out_1 as out }; let display_1: string; export { display_1 as display }; let interval_1: string; export { interval_1 as interval }; } namespace month { let out_2: string; export { out_2 as out }; let display_2: string; export { display_2 as display }; let interval_2: string; export { interval_2 as interval }; } namespace quarter { let out_3: string; export { out_3 as out }; let display_3: string; export { display_3 as display }; let interval_3: string; export { interval_3 as interval }; } namespace year { let out_4: string; export { out_4 as out }; let display_4: string; export { display_4 as display }; let interval_4: string; export { interval_4 as interval }; } } export namespace HEADER_STYLE { let fillColor: string; } export namespace TOP_LEVEL_STYLE { export let bold: boolean; let fillColor_1: string; export { fillColor_1 as fillColor }; } export namespace MEASURE_STYLE { let fillColor_2: string; export { fillColor_2 as fillColor }; export let textColor: string; } export const UNTITLED_SPREADSHEET_NAME: { readonly [index: number]: string; valueOf(): string; toString(): string; charAt(pos: number): string; charCodeAt(index: number): number; concat(...strings: string[]): string; indexOf(searchString: string, position?: number): number; lastIndexOf(searchString: string, position?: number): number; localeCompare(that: string): number; localeCompare(that: string, locales?: string | string[], options?: Intl.CollatorOptions): number; localeCompare(that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number; match(regexp: string | RegExp): RegExpMatchArray | null; match(matcher: { [Symbol.match](string: string): RegExpMatchArray | null; }): RegExpMatchArray | null; replace(searchValue: string | RegExp, replaceValue: string): string; replace(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string; replace(searchValue: { [Symbol.replace](string: string, replaceValue: string): string; }, replaceValue: string): string; replace(searchValue: { [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string; }, replacer: (substring: string, ...args: any[]) => string): string; search(regexp: string | RegExp): number; search(searcher: { [Symbol.search](string: string): number; }): number; slice(start?: number, end?: number): string; split(separator: string | RegExp, limit?: number): string[]; split(splitter: { [Symbol.split](string: string, limit?: number): string[]; }, limit?: number): string[]; substring(start: number, end?: number): string; toLowerCase(): string; toLocaleLowerCase(locales?: string | string[]): string; toLocaleLowerCase(locales?: Intl.LocalesArgument): string; toUpperCase(): string; toLocaleUpperCase(locales?: string | string[]): string; toLocaleUpperCase(locales?: Intl.LocalesArgument): string; trim(): string; readonly length: number; substr(from: number, length?: number): string; codePointAt(pos: number): number | undefined; includes(searchString: string, position?: number): boolean; endsWith(searchString: string, endPosition?: number): boolean; normalize(form: "NFC" | "NFD" | "NFKC" | "NFKD"): string; normalize(form?: string): string; repeat(count: number): string; startsWith(searchString: string, position?: number): boolean; anchor(name: string): string; big(): string; blink(): string; bold(): string; fixed(): string; fontcolor(color: string): string; fontsize(size: number): string; fontsize(size: string): string; italics(): string; link(url: string): string; small(): string; strike(): string; sub(): string; sup(): string; padStart(maxLength: number, fillString?: string): string; padEnd(maxLength: number, fillString?: string): string; trimEnd(): string; trimStart(): string; trimLeft(): string; trimRight(): string; matchAll(regexp: RegExp): IterableIterator; replaceAll(searchValue: string | RegExp, replaceValue: string): string; replaceAll(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string; at(index: number): string | undefined; isWellFormed(): boolean; toWellFormed(): string; [Symbol.iterator](): IterableIterator; }; export const RELATIVE_DATE_RANGE_TYPES: { type: string; description: { readonly [index: number]: string; valueOf(): string; toString(): string; charAt(pos: number): string; charCodeAt(index: number): number; concat(...strings: string[]): string; indexOf(searchString: string, position?: number): number; lastIndexOf(searchString: string, position?: number): number; localeCompare(that: string): number; localeCompare(that: string, locales?: string | string[], options?: Intl.CollatorOptions): number; localeCompare(that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number; match(regexp: string | RegExp): RegExpMatchArray | null; match(matcher: { [Symbol.match](string: string): RegExpMatchArray | null; }): RegExpMatchArray | null; replace(searchValue: string | RegExp, replaceValue: string): string; replace(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string; replace(searchValue: { [Symbol.replace](string: string, replaceValue: string): string; }, replaceValue: string): string; replace(searchValue: { [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string; }, replacer: (substring: string, ...args: any[]) => string): string; search(regexp: string | RegExp): number; search(searcher: { [Symbol.search](string: string): number; }): number; slice(start?: number, end?: number): string; split(separator: string | RegExp, limit?: number): string[]; split(splitter: { [Symbol.split](string: string, limit?: number): string[]; }, limit?: number): string[]; substring(start: number, end?: number): string; toLowerCase(): string; toLocaleLowerCase(locales?: string | string[]): string; toLocaleLowerCase(locales?: Intl.LocalesArgument): string; toUpperCase(): string; toLocaleUpperCase(locales?: string | string[]): string; toLocaleUpperCase(locales?: Intl.LocalesArgument): string; trim(): string; readonly length: number; substr(from: number, length?: number): string; codePointAt(pos: number): number | undefined; includes(searchString: string, position?: number): boolean; endsWith(searchString: string, endPosition?: number): boolean; normalize(form: "NFC" | "NFD" | "NFKC" | "NFKD"): string; normalize(form?: string): string; repeat(count: number): string; startsWith(searchString: string, position?: number): boolean; anchor(name: string): string; big(): string; blink(): string; bold(): string; fixed(): string; fontcolor(color: string): string; fontsize(size: number): string; fontsize(size: string): string; italics(): string; link(url: string): string; small(): string; strike(): string; sub(): string; sup(): string; padStart(maxLength: number, fillString?: string): string; padEnd(maxLength: number, fillString?: string): string; trimEnd(): string; trimStart(): string; trimLeft(): string; trimRight(): string; matchAll(regexp: RegExp): IterableIterator; replaceAll(searchValue: string | RegExp, replaceValue: string): string; replaceAll(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string; at(index: number): string | undefined; isWellFormed(): boolean; toWellFormed(): string; [Symbol.iterator](): IterableIterator; }; }[];