declare const ASSETS_DIRECTORY = ".assets"; declare const LUZZLE_DIRECTORY = ".luzzle"; declare const LUZZLE_SCHEMAS_DIRECTORY = "schemas"; declare const LUZZLE_PIECE_FILE_EXTENSION = "md"; export { ASSETS_DIRECTORY, LUZZLE_DIRECTORY, LUZZLE_SCHEMAS_DIRECTORY, LUZZLE_PIECE_FILE_EXTENSION, };