import type { CollectionSlug, GlobalSlug } from '../../index.js';
export type SchedulePublishTaskInput = {
    doc?: {
        relationTo: CollectionSlug;
        value: string;
    };
    global?: GlobalSlug;
    locale?: string;
    type?: string;
    user?: number | string;
};
//# sourceMappingURL=types.d.ts.map