export declare function use(fn: (input: number | string) => void): void; export declare function write(input: number | string): void;