import type { BlockStdScope } from '@blocksuite/std'; import type { TransformerMiddleware } from '@blocksuite/store'; /** * Used to filter out gfx elements that are not selected * @param ids * @param std * @returns */ export declare const gfxBlocksFilter: (ids: string[], std: BlockStdScope) => TransformerMiddleware; //# sourceMappingURL=blocks-filter.d.ts.map