import { Test } from 'nodeunit'; declare const _default: { 'simple use case'(test: Test): void; '"file" assets'(test: Test): void; '"readers" or "grantRead" can be used to grant read permissions on the asset to a principal'(test: Test): void; 'fails if directory not found'(test: Test): void; }; export = _default;