import { Config } from './types';
declare function prntr(config: Config): void;
export { prntr };
