import { KeyLayout } from "./key-layout.js";
import { LayoutName } from "./layout-name.js";
export declare function selectStandardLayout(name: LayoutName): KeyLayout;
