/**
 * Searches for natives using a string path "a.b.c...".
 */
export declare function getNative(path: string): Function;
//# sourceMappingURL=getNative.d.ts.map