import { Reflect } from './reflect';
export declare function dump(options: {
    reflect: Reflect;
    shim?: boolean;
}): string;
