export type Kind = 'draft' | 'published'; export type Param = { status?: Kind; hasPublishedVersion?: boolean; }; //# sourceMappingURL=status.d.ts.map