import type { IGatsbySlice } from "../redux/types";
export declare function getSliceId(slice: IGatsbySlice): string;
