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

```
