import instructions from "./instructions";
import { keysConfig, platesConfig } from "./configs";
declare const layouts: {
    Plate: string;
    Well: string;
    sample_id: string;
}[][];
export { layouts, keysConfig, platesConfig, instructions };
//# sourceMappingURL=index.d.ts.map