import c from '../context';
declare const load: ({ pdf417key }: typeof c.keys) => Promise<void>;
export default load;
