import { Annotation } from "../internals"; export declare class SliceAnnotation extends Annotation<{ refs: string[]; retain?: boolean; }> { static vendorPrefix: string; static type: string; get rank(): number; } //# sourceMappingURL=slice.d.ts.map