declare const SAMPLE_ARROW_FUNCTION: () => undefined; declare const SAMPLE_ARROW_ASYNC_FUNCTION: () => Promise; declare const SAMPLE_SIMPLE_FUNCTION: () => undefined; declare const SAMPLE_SIMPLE_ASYNC_FUNCTION: () => Promise; declare const SAMPLE_SIMPLE_ASYNC_GENERATOR_FUNCTION: () => AsyncGenerator; declare const SAMPLE_SIMPLE_GENERATOR_FUNCTION: () => Generator; declare const SAMPLE_ASYNC_FUNCTIONS: readonly [() => Promise, () => Promise, () => AsyncGenerator]; declare const SAMPLE_SYNC_FUNCTIONS: readonly [() => undefined, () => undefined, () => Generator]; declare const SAMPLE_GENERATOR_FUNCTIONS: readonly [() => AsyncGenerator, () => Generator]; declare const SAMPLE_NON_GENERATOR_FUNCTIONS: readonly [() => undefined, () => Promise, () => undefined, () => Promise]; declare const SAMPLE_BUILT_IN_METHODS: readonly [() => number, (locales: string | string[], options?: Intl.NumberFormatOptions | undefined) => string[], (...values: number[]) => number, (...values: number[]) => number, (number: unknown) => boolean, { (regexp: string | RegExp): RegExpMatchArray | null; (matcher: { [Symbol.match](string: string): RegExpMatchArray | null; }): RegExpMatchArray | null; }]; declare const SAMPLE_OBJECT_WITH_METHODS: { readonly arrow: () => undefined; readonly arrowAsync: () => Promise; readonly simple: () => undefined; readonly simpleAsync: () => Promise; readonly simpleAsyncGenerator: () => AsyncGenerator; readonly simpleGenerator: () => Generator; }; declare const SAMPLE_CLASS_METHODS: readonly [() => undefined, () => undefined, () => undefined, () => undefined, () => undefined]; declare const SAMPLE_OBJECT_METHODS: readonly [() => undefined, () => Promise, () => undefined, () => Promise, () => AsyncGenerator, () => Generator]; declare const SAMPLE_ARROW_FUNCTIONS: readonly [() => undefined, () => undefined, () => Promise, () => undefined, () => undefined, () => () => undefined, () => Promise, () => Promise<() => undefined>]; declare const SAMPLE_SIMPLE_FUNCTIONS: readonly [() => undefined, () => () => undefined, () => Promise, () => Promise<() => undefined>, () => AsyncGenerator, () => AsyncGenerator undefined, unknown>, () => Generator, () => Generator undefined, unknown>, () => undefined, () => undefined, () => undefined, () => Promise, () => AsyncGenerator, () => Generator, () => undefined, () => number, (locales: string | string[], options?: Intl.NumberFormatOptions | undefined) => string[], (...values: number[]) => number, (...values: number[]) => number, (number: unknown) => boolean, { (regexp: string | RegExp): RegExpMatchArray | null; (matcher: { [Symbol.match](string: string): RegExpMatchArray | null; }): RegExpMatchArray | null; }]; declare const SAMPLE_FUNCTIONS: readonly [() => undefined, () => undefined, () => Promise, () => undefined, () => undefined, () => () => undefined, () => Promise, () => Promise<() => undefined>, () => undefined, () => () => undefined, () => Promise, () => Promise<() => undefined>, () => AsyncGenerator, () => AsyncGenerator undefined, unknown>, () => Generator, () => Generator undefined, unknown>, () => undefined, () => undefined, () => undefined, () => Promise, () => AsyncGenerator, () => Generator, () => undefined, () => number, (locales: string | string[], options?: Intl.NumberFormatOptions | undefined) => string[], (...values: number[]) => number, (...values: number[]) => number, (number: unknown) => boolean, { (regexp: string | RegExp): RegExpMatchArray | null; (matcher: { [Symbol.match](string: string): RegExpMatchArray | null; }): RegExpMatchArray | null; }]; export { SAMPLE_ARROW_ASYNC_FUNCTION, SAMPLE_ARROW_FUNCTION, SAMPLE_ARROW_FUNCTIONS, SAMPLE_ASYNC_FUNCTIONS, SAMPLE_BUILT_IN_METHODS, SAMPLE_CLASS_METHODS, SAMPLE_FUNCTIONS, SAMPLE_GENERATOR_FUNCTIONS, SAMPLE_NON_GENERATOR_FUNCTIONS, SAMPLE_OBJECT_METHODS, SAMPLE_OBJECT_WITH_METHODS, SAMPLE_SIMPLE_ASYNC_FUNCTION, SAMPLE_SIMPLE_ASYNC_GENERATOR_FUNCTION, SAMPLE_SIMPLE_FUNCTION, SAMPLE_SIMPLE_FUNCTIONS, SAMPLE_SIMPLE_GENERATOR_FUNCTION, SAMPLE_SYNC_FUNCTIONS };