import { Schema } from "../interfaces";
export declare const actWithAllActors: (schema: Schema) => {
    newState: (Schema | undefined)[];
    parsed: Schema[];
};
//# sourceMappingURL=actors.d.ts.map