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