import { type ExecStepConfiguration, type StepConfig } from "./types"; export declare const utf8Prefixes: StepConfig; export declare const asciiPrefixes: StepConfig; export declare const defaultConfig: ExecStepConfiguration;