import type { MaxMemorySizeConfig } from '@junobuild/config';
import type { ConfigMaxMemorySize } from '../../declarations/satellite/satellite.did';
export declare const toMaxMemorySize: (configMaxMemorySize?: MaxMemorySizeConfig) => [] | [ConfigMaxMemorySize];
