/** * Refuse a platform-authored kind from module code. Throws a `forbidden` * (`reason: 'platform_authored_kind'`) naming the kind, before anything is written. */ export declare function assertModuleEnqueueableKind(kind: string): void; //# sourceMappingURL=platform-kinds.d.ts.map