export declare class FN_PLACEHOLDER { id: string; } export declare const isFnPlaceholder: (ins: any) => boolean;