/**
 * This is a wrapper around `require`
 * This is to avoid eval and hide require away from bundlers
 */
export declare function load<T>(id: string): T;
