Files
memecoin-botV2/.pnpm-store/v10/files/0f/86c1ab6b59e6599ff82fb2e4119fe39639ad94775eeeccd823f166e2c5d201c6e57b156b276e3f067bde567df6bd73ae814c243a788af8fb5afc8f1b5662b4

4 lines
262 B
Plaintext

import type { SelectorsString } from './enums';
import type { Context, NormalizedSelector, ValidatorFunction } from './types';
export declare function createValidator(type: SelectorsString, context: Context, allConfigs: NormalizedSelector[]): ValidatorFunction;