import { Glide } from "../Glide"; export declare const glideStaging: Glide; export declare const glideStagingWithClient: Glide; export declare const app: import("..").App; export declare const appWithClient: import("..").App; export declare const table: import("..").Table<{ name: { type: "string"; name: string; }; stock: { type: "number"; name: string; }; renamed: { type: "string"; name: string; }; }>; export declare const tableWithClient: import("..").Table<{ name: { type: "string"; name: string; }; stock: { type: "number"; name: string; }; renamed: { type: "string"; name: string; }; }>; export declare const bigTable: import("..").Table<{ name: { type: "string"; name: string; }; age: { type: "number"; name: string; }; otherName: { type: "string"; name: string; }; }>; export declare const bigBigTable: import("..").Table<{ id: { type: "number"; name: string; }; value: { type: "number"; name: string; }; }>; export declare const sleep: (ms: number) => Promise;