import { CommandClause } from "@psdk/frame-father"; import { BasicCPCLArg } from "./basic"; export declare class CFeed extends BasicCPCLArg { clause(): CommandClause; header(): string; } //# sourceMappingURL=feed.d.ts.map