export declare const LABEL_TESTCONTAINERS = "org.testcontainers";
export declare const LABEL_TESTCONTAINERS_LANG = "org.testcontainers.lang";
export declare const LABEL_TESTCONTAINERS_VERSION = "org.testcontainers.version";
export declare const LABEL_TESTCONTAINERS_SESSION_ID = "org.testcontainers.session-id";
export declare const LABEL_TESTCONTAINERS_SSHD = "org.testcontainers.sshd";
export declare const LABEL_TESTCONTAINERS_CONTAINER_HASH = "org.testcontainers.container-hash";
export declare const LABEL_TESTCONTAINERS_RYUK = "org.testcontainers.ryuk";
export declare function createLabels(): Record<string, string>;
