declare const _default: ({ code }: { code?: string | undefined; }) => Promise<{}>; export default _default;